PCX to bitmap scroll plane converter (v0.1) by Charles Doty
(cdoty@earthlink.net)

PCXToSat will convert 8 bit PCX files to 8 bit bitmap scroll plane files for
the Saturn. PCXToSat can output a binary or C file.

To use 'PCXToSat' type:

PCXtoSAT Filein.PCX Fileout Type [Array Name]
    Filein.PCX is the name of a 8 bit PCX file.
    Fileout (no extension) is the name of Saturn image to save.
    Type is BIN or C. BIN produces a binary file, C produces a C array.
    [Array Name] is the name of the C array. Only needed for C array files.


PCXToSat will then convert the image to the Saturn format as either a binary
file or C array text file. Two files are produced an image file and a
palette file.

PCXToSat will only run under Windows 9x/NT (2000 is untested), as a console
application.

Also included in the archive is the source to 'PCXToSat', adn the source
to a simple bitmap plane demo.

Please e-mail me (cdoty@earthlink.net), if you find a problem with 'PCXToSat'.
